home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TLINEPROPDLG / TLINEPROPDLG.txt
Encoding:
Text File  |  1997-04-15  |  7.3 KB  |  234 lines

  1. object LinePropDlg: TLinePropDlg
  2.   Left = 11
  3.   Top = 120
  4.   BorderStyle = bsDialog
  5.   Caption = 'Line Property Editor'
  6.   ClientHeight = 186
  7.   ClientWidth = 361
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   TextHeight = 16
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 264
  18.     Top = 151
  19.     Width = 89
  20.     Height = 30
  21.     Caption = 'Help'
  22.     Glyph.Data = {
  23.       06020000424D0602000000000000760000002800000028000000140000000100
  24.       0400000000009001000000000000000000000000000010000000000000000000
  25.       80000080000000808000800000008000800080800000C0C0C000808080000000
  26.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  27.       7777777777777777777777777777777777777777777777777777777777777777
  28.       777777777778887777777777777777777777777777777777778AA87777777777
  29.       777777788777777777777777778AA87777777777777777788777777777777777
  30.       78AA87774447777777777788777788877777778878AA87774447777777877788
  31.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  32.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  33.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  34.       77888888777777887777778AAA8778447784487777888887778877788777778A
  35.       A87774487774447777888877788777788877778A877774487774447777888777
  36.       7887777888777788777777447784487777887777778877788777778777777774
  37.       4444877777877777777888887777777777777777777777777777777777777777
  38.       7777777777777777777777777777777777777777777777777777777777777777
  39.       77777777777777777777}
  40.     NumGlyphs = 2
  41.     OnClick = SpeedButton1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 80
  45.     Top = 151
  46.     Width = 89
  47.     Height = 30
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 0
  52.   end
  53.   object Button3: TButton
  54.     Left = 172
  55.     Top = 151
  56.     Width = 89
  57.     Height = 30
  58.     Cancel = True
  59.     Caption = 'Cancel'
  60.     ModalResult = 2
  61.     TabOrder = 1
  62.   end
  63.   object GroupBox1: TGroupBox
  64.     Left = 8
  65.     Top = 7
  66.     Width = 345
  67.     Height = 139
  68.     Caption = 'Format'
  69.     TabOrder = 2
  70.     object Label1: TLabel
  71.       Left = 16
  72.       Top = 24
  73.       Width = 113
  74.       Height = 22
  75.       AutoSize = False
  76.       Caption = '&Line Style :'
  77.       FocusControl = LineStyle
  78.     end
  79.     object Label2: TLabel
  80.       Left = 16
  81.       Top = 56
  82.       Width = 113
  83.       Height = 22
  84.       AutoSize = False
  85.       Caption = 'Line &Colour :'
  86.       FocusControl = LineColor
  87.     end
  88.     object Label3: TLabel
  89.       Left = 16
  90.       Top = 91
  91.       Width = 113
  92.       Height = 22
  93.       AutoSize = False
  94.       Caption = 'Line &Width:'
  95.       FocusControl = LineWidth
  96.     end
  97.     object Label4: TLabel
  98.       Left = 208
  99.       Top = 91
  100.       Width = 113
  101.       Height = 22
  102.       AutoSize = False
  103.       Caption = '(Pixels)'
  104.       FocusControl = LineColor
  105.     end
  106.     object LineStyle: TComboBox
  107.       Left = 136
  108.       Top = 24
  109.       Width = 201
  110.       Height = 22
  111.       Style = csOwnerDrawFixed
  112.       ItemHeight = 16
  113.       Items.Strings = (
  114.         'Solid '
  115.         'Dashes'
  116.         'Dots'
  117.         'Dash, Dot'
  118.         'Dash, Dot, Dot')
  119.       TabOrder = 0
  120.       OnDrawItem = LineStyleDrawItem
  121.     end
  122.     object LineColor: TComboBox
  123.       Left = 136
  124.       Top = 56
  125.       Width = 201
  126.       Height = 22
  127.       Style = csOwnerDrawFixed
  128.       ItemHeight = 16
  129.       Items.Strings = (
  130.         'Black'
  131.         'Maroon'
  132.         'Green'
  133.         'Olive green'
  134.         'Navy blue'
  135.         'Purple'
  136.         'Teal'
  137.         'Gray'
  138.         'Silver'
  139.         'Red'
  140.         'Lime green'
  141.         'Yellow'
  142.         'Blue'
  143.         'Fuchsia'
  144.         'Aqua'
  145.         'White')
  146.       TabOrder = 1
  147.       OnDrawItem = LineColorDrawItem
  148.     end
  149.     object LineWidth: TSpinEdit
  150.       Left = 136
  151.       Top = 89
  152.       Width = 65
  153.       Height = 26
  154.       Font.Color = clWindowText
  155.       Font.Height = -13
  156.       Font.Name = 'MS Sans Serif'
  157.       Font.Style = []
  158.       MaxValue = 100
  159.       MinValue = 1
  160.       ParentFont = False
  161.       TabOrder = 2
  162.       Value = 1
  163.       OnChange = LineWidthChange
  164.     end
  165.   end
  166.   object ODSHelp1: TODSHelp
  167.     HelpText.Strings = (
  168.       'Button2'
  169.       'Button3'
  170.       'GroupBox1'
  171.       'Label1'
  172.       'Label2'
  173.       'Label3'
  174.       'Label4'
  175.       'LineColor'
  176.       'LineStyle'
  177.       'LineWidth'
  178.       'ODSHelp1'
  179.       'SpeedButton1')
  180.     HelpText.HelpData = {
  181.       0C0001000072005768656E2070726573736564207468697320627574746F6E20
  182.       77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
  183.       747320666F722074686973206F626A65637420616E64207468656E2072657475
  184.       726E20746F2074686520506167652044657369676E65722E0001010000000100
  185.       0079005768656E2070726573736564207468697320627574746F6E2077696C6C
  186.       2063616E63656C20616E792070726F706572747920616D656E646D656E747320
  187.       6D61646520666F72202074686973206F626A65637420616E64207468656E2072
  188.       657475726E20746F2074686520506167652044657369676E65722E0001010000
  189.       0001000000000100000000010000000001000000000100000000010000000001
  190.       00000000010000000001000000000100000000010000C6005468697320666965
  191.       6C6420616C6C6F77732074686520636F6C6F7572206F6620746865206C696E65
  192.       20746F2062652063686F73656E2E20546F2073656C656374206120636F6C6F75
  193.       72206F72206368616E676520616E20616C72656164792073656C656374656420
  194.       636F6C6F75722C2075736520746865209164726F702D646F776E92206172726F
  195.       7720616E64207468656E2073656C6563742074686520636F6C6F75722066726F
  196.       6D20746865206C697374207468617420697320646973706C617965642E000101
  197.       000000010000650154686973206669656C6420616C6C6F777320746865207374
  198.       796C65206F6620746865206C696E6520746F2062652063686F73656E2E20546F
  199.       206368616E676520746865207374796C652075736520746865209164726F702D
  200.       646F776E92206172726F7720616E64207468656E2073656C6563742074686520
  201.       7374796C652066726F6D20746865206C69737420746861742069732064697370
  202.       6C617965642E0D0A0D0A49742073686F756C64206265206E6F74656420746861
  203.       74206C696E6573206F66206120746869636B6E65737320677265617465722074
  204.       68617420312C2077696C6C206F6E6C7920737570706F7274206120736F6C6964
  205.       206C696E65207374796C652E20496620746865204C696E652057696474682066
  206.       69656C6420697320737065636966696564206173206265696E67206772656174
  207.       6572207468616E20312C207468656E2074686973206669656C642077696C6C20
  208.       62652064697361626C65642E000101000000010000830154686973206669656C
  209.       6420616C6C6F777320746865207769647468206F6620746865206C696E652074
  210.       6F206265207370656369666965642E20546F2073706563696679206120646966
  211.       666572656E742077696474682C2065697468657220656E746572207468652076
  212.       616C7565206469726563746C7920696E746F2074686973206669656C642C206F
  213.       72207573652074686520696E6372656D656E74616C20757020616E6420646F77
  214.       6E206172726F77732E0D0A0D0A49742073686F756C64206265206E6F74656420
  215.       74686174206C696E6573206F66206120746869636B6E65737320677265617465
  216.       72207468617420312C2077696C6C206F6E6C7920737570706F7274206120736F
  217.       6C6964206C696E65207374796C652E20496620746865204C696E652057696474
  218.       68206669656C6420697320737065636966696564206173206265696E67206772
  219.       6561746572207468616E20312C207468656E20746865204C696E65205374796C
  220.       65206669656C642077696C6C2062652064697361626C65642E00010100000001
  221.       00000000010000000001000000000100000000}
  222.     Color = 15269887
  223.     Font.Color = clWindowText
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ParentFont = True
  228.     MaxWidth = 300
  229.     MoreText = 'More Information...'
  230.     Left = 8
  231.     Top = 152
  232.   end
  233. end
  234.